C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class / Rows Property


In This Topic
Rows Property (CalendarSlotsPanel<S>)
In This Topic
Gets or sets the number of visible rows.
Syntax
'Declaration
 
Public Property Rows As Integer
 
'Usage
 
Dim instance As CalendarSlotsPanel(Of S)
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
See Also